Remove unnecessary PathSource update in cargo test
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 19 Sep 2015 18:39:34 +0000 (14:39 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 20 Sep 2015 03:30:44 +0000 (23:30 -0400)
commit0d48234f73150ce2c52c6adcc54e75e13452835b
tree280ca147878c9ee33017d89830c12e0b9f926989
parent05dc18029acd424949fb43645d228ca43ccc6a98
Remove unnecessary PathSource update in cargo test

I don't think updating the source here is hurting anything, per se, it's
just unnecessary since ops::compile makes a PathSource and then calls
root_package, which will call update if it needs to.
src/cargo/ops/cargo_test.rs